Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 1 - Introduction to QuickDraw 3D / QuickDraw 3D Reference
Constants


Boolean Values

QuickDraw 3D defines Boolean values.

typedef enum TQ3Boolean {
   kQ3False,
   kQ3True
} TQ3Boolean;
Constant descriptions

kQ3False
False.
kQ3True
True.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996